Diff

data class Diff<T>

Diff object which contains information about differences between two Iterables

See also

Properties

added
Link copied to clipboard
common
val added: List<IndexedValue<T>>
removed
Link copied to clipboard
common
val removed: List<IndexedValue<T>>
replaced
Link copied to clipboard
common
val replaced: List<Pair<IndexedValue<T>, IndexedValue<T>>>

Old-New values pairs